projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cb16f9
)
Remove comment which is a copy of comment in mocklisp.c.
author
Pavel Janík
<Pavel@Janik.cz>
Fri, 2 Nov 2001 22:36:23 +0000
(22:36 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Fri, 2 Nov 2001 22:36:23 +0000
(22:36 +0000)
src/mocklisp.h
patch
|
blob
|
history
diff --git
a/src/mocklisp.h
b/src/mocklisp.h
index 1ec7756ac13ff3055efae63c77593132e0fe3ad1..0675415a33e19d97f832cc3e2356abbcd68070a8 100644
(file)
--- a/
src/mocklisp.h
+++ b/
src/mocklisp.h
@@
-18,10
+18,6
@@
along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-/* This is the main entry point to mocklisp execution.
- When eval sees a mocklisp function being called, it calls here
- with the unevaluated argument list */
-
extern Lisp_Object ml_apply ();
extern Lisp_Object Fml_if ();
extern Lisp_Object Fml_nargs ();